|
Roundup is an open-source issue or bug tracking system featuring a command-line, web and e-mail interface. It is written in Python and designed to be highly customizable.〔The primary user interface is the web interface. A so-called classic tracker template is distributed as the standard template and data structure set, but can be used as a starting point for customization〕 Roundup was designed by Ka-Ping Yee for the Software Carpentry project and has been developed since 2001 under the direction of Richard Jones. It is currently the issue tracker for the Python programming language itself.〔(Python Bug Tracker )〕 It was once described as "like Bugzilla without the six years of training, or RT without that tedious MySQL rubbish."〔(NTKnow 2002/07/05 - TRACKING )〕== Features == The standard configuration of Roundup features: * a web interface for viewing, editing and searching issues * a Mail gateway allowing creation and changing of issues〔(E-Mail User Interface ), Roundup design description〕 * a database abstraction layer, currently supporting (among others) Python's built-in "anydbm" module, PostgreSQL, MySQL and SQLite * issue-specific "nosy lists", used for e-mail notifications and conversation (each issue effectively becoming a mini mailing list) 〔(Design of Nosy Lists )〕 * an authorization system,〔(access control ), Roundup design description〕 based on roles (of users), classes and objects * an interactive shell for backup and restore tasks and for manipulation of objects Roundup supports several web backends.〔http://roundup.sourceforge.net/docs/installation.html#configure-a-web-interface〕 It can be run standalone, as a background daemon process, as a CGI script〔usage via CGI is rare and not recommended, for performance reasons〕 or as WSGI application. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Roundup (issue tracker)」の詳細全文を読む スポンサード リンク
|